home *** CD-ROM | disk | FTP | other *** search
-
- Assemble it and link it with NO startup code
- Use Makebin to convert the resulting load file into a plain binary
- (note - Makebin ONLY works with single hunk position independent code)
- call the resulting file something like E0test.bin
-
- Use Bload to copy E0test.bin to 0xE00000
-
- Use wack to look at E00000 and make sure your stuff is there
-
- Write protect the E00000 card
-
- reboot the system.
-
- IF your exec is properly finding RomTags at $E00000 and initializing
- them, you should see the screen flash purple during reboot.
-
-
- Note - this disk, as is, when booted with, can be used to test
- an $F00000 card.
-
- Feb,02,1991
-